9751bbbf595a3c0d88baa6acfd9277913ca5034f,org.eclipse.gef.mvc.fx.ui/src/org/eclipse/gef/mvc/fx/ui/actions/ScrollCenterAction.java,ScrollCenterAction,ScrollCenterAction,#,34
Before Change
*/
public ScrollCenterAction() {
super("Scroll Center");
setImageDescriptor(MvcFxUiBundle.getDefault().getImageRegistry()
.getDescriptor(MvcFxUiBundle.IMG_ICONS_SCROLL_CENTER));
}
@Override
After Change
*
*/
public ScrollCenterAction() {
this("Scroll Center", IAction.AS_PUSH_BUTTON,
MvcFxUiBundle.getDefault().getImageRegistry()
.getDescriptor(MvcFxUiBundle.IMG_ICONS_SCROLL_CENTER));
}
/**
* Creates a new {@link ScrollCenterAction} with the given text and style.